home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / ringer.zip / RINGER.DOC < prev   
Text File  |  1987-07-13  |  3KB  |  57 lines

  1.                Ringer version 1.0
  2.  
  3. This program allows one to execute a batch file remotely from any telephone.
  4. It is especially useful in using a phone line both for both voice and data
  5. communications.
  6.  
  7. I wrote Ringer primarily for the purpose of being able to retrieve data from
  8. my home computer while at work and still allowing my answering machine to
  9. function and not deafen and confuse any people that may call on voice.
  10.  
  11. Ringer is designed to be used from a batch file.  When called in the file it
  12. will suspend subsequent operations until such a time that the program is
  13. terminated remotely or from the keyboard.  Hitting ^C twice will terminate
  14. Ringer and cancel subsequent batch file commands.
  15.  
  16. Ringer waits for the phone to ring.  Upon detecting a ring it waits for a
  17. second phone call to come in the window of time between 30 seconds and
  18. 2 minutes after the first call.  Detecting this second phone call, Ringer
  19. will terminate and allow execution of the subsequent batch commands.  If a
  20. phone call does not come within two minutes Ringer resets to waiting for
  21. the first call.
  22. Usage:  Ringer n , where n is the com port of the modem. Default is 1.
  23.  
  24. Sample Autoexec.bat:
  25.  
  26.     Path commands
  27.     resident programs
  28.     ringer                 (default to 1)
  29.     GT1220 C:\GT\host.scr    (where host.scr is a script to
  30.                   put the program into host mode)
  31.  
  32. To activate the host mode of GT Powercomm one would need to make two phone
  33. calls.  The first call will activate Ringer and cause it to wait for a second
  34. call between 30 seconds and 2 minutes later.  The second phone call can be
  35. made in that time per and will terminate Ringer.  GT powercomm will then
  36. execute a script to enter host mode.  Any subsequent phone calls will be
  37. answered by GT Host.  After getting the data from the communcations program,
  38. one needs to cause the computer to reboot to execute this autoexec.bat again
  39. and allow the phone to be used for both voice and data.  GT does this when
  40. a user hangs up while in dos shell.
  41.  
  42. Copyright 1987, Vernon Huang and Robert Roberds.  This program is hereby
  43. released into the Public Domain.  By using this program you agree to release
  44. the authors from any liability of damages resulting from its use.
  45.  
  46. Turbo Pascal source code for this program is available for $5.00 from the
  47. address below, I can also be reached on Compuserve [74017,2023].
  48. Suggestions and feedback welcome.
  49.  
  50.     Vernon Huang
  51.     1010 25th St.,NW #304
  52.     Washington, DC  20037
  53.  
  54.     (Valid until 5/90)
  55.  
  56.  
  57.